home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000425_news@columbia.edu_Wed Dec 14 03:04:08 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA26782
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 14 Dec 1994 12:01:49 -0500
  3. Received: by apakabar.cc.columbia.edu id AA23494
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 14 Dec 1994 12:01:47 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Protected fields in MS-DOS Kermit 3.14 beta-15
  9. Message-Id: <1994Dec14.090409.35416@cc.usu.edu>
  10. Date: 14 Dec 94 09:04:08 MDT
  11. References: <1994Dec11.193319.35169@cc.usu.edu>,<V9zukSng1OX5073yn@panix.com> <D6LxkSng1Cy5075yn@panix.com>
  12. Organization: Utah State University
  13. Lines: 23
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <D6LxkSng1Cy5075yn@panix.com>, ami@panix.com (Ami Bar-Yadin) writes:
  17. > I tested protected fields in beta-15 and they still don't work.
  18. > I used the same unix shell script I showed in my previous post
  19. > (dated 5 Dec 1994):
  20. > ---snip---
  21. > #!/usr/bin/ksh
  22. > fg="\033[2\"q"
  23. > bk="\033[1\"q"
  24. > cf="\033[?2J"
  25. > echo "${fg}foreground${bk}background${fg}foreground${bk}background${fg}${cf}"
  26. > ---snip---
  27. > As before Kermit responds with a blank screen with the shell prompt
  28. > towards the top.  Both "foreground" and "background" words are
  29. > erased, which should not happen - the "background" words should not
  30. > be erased.
  31. ------------
  32.     That's odd, because this sequence works properly here using Beta-15.
  33. The screen shows only the words "background" after erasure. Maybe you should
  34. turn on debugging (SET DEBUG ON) to see what the host is actually sending.
  35. Or make a short test file and REPLAY it locally.
  36.     Joe D.